From: Richard M. Stallman Date: Sun, 24 Apr 1994 05:55:04 +0000 (+0000) Subject: (rmail-show-message): Always re-set overlay face property. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91997 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=57ad77fab17e26c294351cddba7eb056bce6ce6f;p=emacs.git (rmail-show-message): Always re-set overlay face property. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 275367808fe..9606398706a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1426,6 +1426,7 @@ If summary buffer is currently displayed, update current message there also." (progn (setq overlay (car overlays) overlays (cdr overlays)) + (overlay-put overlay 'face face) (move-overlay overlay beg (point))) ;; Make a new overlay and add it to ;; rmail-overlay-list.